Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make IpcMessage members non-public #366

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

mukilan
Copy link
Member

@mukilan mukilan commented Oct 15, 2024

The original OpaqueIpcMessage struct that was superseded by the new IpcMessage had only non-public members. Having the members of IpcMessage marked as pub also mean they become part of the API, which we don't expect to be useful. So this change just marks them as pub(crate).

The original `OpaqueIpcMessage` struct that was superseded by the new
`IpcMessage` had only non-public members, Having the members of
`IpcMessage` marked as `pub` also mean they become part of the API,
which we don't expect to be useful. So this change just marks them as
`pub(crate)`.

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
@jdm jdm added this pull request to the merge queue Oct 15, 2024
Merged via the queue into servo:main with commit 5264d06 Oct 15, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants